Update GtkImage icons when the direction is changed
authorDebarshi Ray <debarshir@gnome.org>
Tue, 27 May 2014 18:41:50 +0000 (20:41 +0200)
committerBenjamin Otte <otte@redhat.com>
Sat, 31 May 2014 03:19:41 +0000 (05:19 +0200)
commit047d2b5f6d63cce2321e3ce5f7436aea0c629c9b
treeea5998d6a723209da1e4017cb1005a53d840cd72
parent690fb31fb4b526c27c5ef4dd144b8802e3dc37c8
Update GtkImage icons when the direction is changed

Don't call gtk_widget_set_state_flags(), it filters the direction flags.
Instead, call gtk_widget_update_state_flags() directly.

https://bugzilla.gnome.org/show_bug.cgi?id=730833
gtk/gtkwidget.c